spinbutton: don't remove the entry style class while rendering arrows
authorCosimo Cecchi <cosimoc@gnome.org>
Thu, 9 Jun 2011 18:55:50 +0000 (14:55 -0400)
committerCosimo Cecchi <cosimoc@gnome.org>
Thu, 9 Jun 2011 19:06:18 +0000 (15:06 -0400)
gtk/gtkspinbutton.c

index caa24b28062252b59d48fdf1a14b8cf27f84218d..90a6a5239d867e04e21374aa6920cb8650769504 100644 (file)
@@ -931,7 +931,6 @@ gtk_spin_button_draw (GtkWidget      *widget,
 
   gtk_style_context_save (context);
   gtk_style_context_set_state (context, state);
-  gtk_style_context_remove_class (context, GTK_STYLE_CLASS_ENTRY);
 
   if (is_rtl)
     gtk_style_context_set_junction_sides (context, GTK_JUNCTION_RIGHT);